home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / shared.dir / 00788_- button2 8.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  442 b   |  21 lines

  1. on mouseUp
  2.   global move, s, cVID
  3.   sound playFile 2, "ting.AIF"
  4.   set move to 1
  5.   repeat with s = 48 down to 1
  6.     puppetSprite(s, 0)
  7.   end repeat
  8.   sound stop 1
  9.   sound stop 2
  10.   set cVID to the castNum of sprite 40
  11.   if cVID > 0 then
  12.     if the castType of cast cVID = #digitalVideo then
  13.       set the movieRate of sprite 40 to 0
  14.     end if
  15.   end if
  16.   finishMovie()
  17.   tell the stage
  18.     play frame "OPEN" of movie "HELP.DIR"
  19.   end tell
  20. end
  21.